var runtime.goroutineProfile
21 uses
runtime (current package)
coro.go#L219: if goroutineProfile.active {
mprof.go#L1320: var goroutineProfile = struct {
mprof.go#L1372: semacquire(&goroutineProfile.sema)
mprof.go#L1395: semrelease(&goroutineProfile.sema)
mprof.go#L1409: goroutineProfile.offset.Store(1)
mprof.go#L1416: goroutineProfile.active = true
mprof.go#L1417: goroutineProfile.records = p
mprof.go#L1418: goroutineProfile.labels = labels
mprof.go#L1446: endOffset := goroutineProfile.offset.Swap(0)
mprof.go#L1447: goroutineProfile.active = false
mprof.go#L1448: goroutineProfile.records = nil
mprof.go#L1449: goroutineProfile.labels = nil
mprof.go#L1474: semrelease(&goroutineProfile.sema)
mprof.go#L1553: offset := int(goroutineProfile.offset.Add(1)) - 1
mprof.go#L1555: if offset >= len(goroutineProfile.records) {
mprof.go#L1570: systemstack(func() { saveg(^uintptr(0), ^uintptr(0), gp1, &goroutineProfile.records[offset], pcbuf) })
mprof.go#L1572: if goroutineProfile.labels != nil {
mprof.go#L1573: goroutineProfile.labels[offset] = gp1.labels
proc.go#L3230: if goroutineProfile.active {
proc.go#L4650: if goroutineProfile.active {
proc.go#L5062: if goroutineProfile.active {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |